Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build with GCC 15 #10857

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix build with GCC 15 #10857

wants to merge 1 commit into from

Conversation

yselkowitz
Copy link

GCC 15 defaults to C23, in which static_assert is a keyword (rather than an alias to _Static_assert), and the interpretation of function declarations without parameters changed from unspecified (as in K&R) to void.

Fixes: #10796

@j-xiong
Copy link
Contributor

j-xiong commented Mar 10, 2025

Could you add "prov/opx: " to the beginning of the commit title line?

GCC 15 defaults to C23, in which `static_assert` is a keyword (rather than
an alias to `_Static_assert`), and the interpretation of function
declarations without parameters changed from unspecified (as in K&R) to
`void`.

Signed-off-by: Yaakov Selkowitz <[email protected]>
@yselkowitz
Copy link
Author

Could you add "prov/opx: " to the beginning of the commit title line?

Done and rebased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libfabric 2.0.0 fails to build with gcc 15
2 participants